Param( ).Value

This property indicates the value assigned to the Param object. Use the Value property to set or return parameter values with Param Objects.

Group: Stored Procedure Object

Syntax: StoredProc.Param(nIndex).Value = vValue

Alternate: vValue = StoredProc.Param(nIndex)

vValue  (Variant) value of the dbParam

nIndex  (Long) index of the parameter